home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P106 < prev    next >
Text File  |  1994-02-13  |  2KB  |  58 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                   106
  6.  
  7.      The following is an example of a HS/Link send batch file called
  8.      HSS.BAT:
  9.  
  10.      ---------------------------------------------------------------------
  11.  
  12.      hslink -p%1 @%3
  13.  
  14.      ---------------------------------------------------------------------
  15.  
  16.  
  17.      Receive Batch Files
  18.      -------------------
  19.  
  20.      When TriBBS calls a receive batch file, it passes the following three
  21.      parameters to the batch file:
  22.  
  23.      ---------------------------------------------------------------------
  24.  
  25.      port number  baud rate  filename
  26.  
  27.      ---------------------------------------------------------------------
  28.  
  29.      IMPORTANT: You should note that the "filename" parameter is not passed
  30.      to external protocols that support batch file transfers.
  31.  
  32.      The following is an example of a DSZ receive batch file called RZ.BAT:
  33.  
  34.      ---------------------------------------------------------------------
  35.  
  36.      dsz port %1 rz -mrr
  37.  
  38.      ---------------------------------------------------------------------
  39.  
  40.      Note that the above batch file enables MobyTurbo transfers.
  41.  
  42.      The following is an example of a MPt receive batch file called
  43.      RMPT.BAT:
  44.  
  45.      ---------------------------------------------------------------------
  46.  
  47.      mpt p%1 r
  48.  
  49.      ---------------------------------------------------------------------
  50.  
  51.      The following is an example of a HS/Link receive batch file called
  52.      HSR.BAT:
  53.  
  54.  
  55.  
  56.  
  57.  
  58.